home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / boyand3.arc / FIDO.BSC < prev    next >
Text File  |  1987-01-13  |  763b  |  29 lines

  1. \\ FIDO is a popular nation-wide Bulletin Board System which is famous
  2. \\ for its networking capabilities.  This script automates Fido logons.
  3. \\ You must set the following macros with BOYAN's configuration module:
  4. \\  \! = Macro # 11 = Your first name
  5. \\  \@ = Macro # 12 = Your last name
  6. \\  \# = Macro # 13 = Your password
  7.  
  8. |LOGON
  9.  
  10. \DM[LOGGING ONTO FIDO SYSTEM!]
  11. \PA[5]
  12.  
  13. \\ Send return characters, spaced by 1-second pauses
  14. {~~{~~{~
  15.  
  16. \\ Repeatedly send ^K until the FIRST name prompt is reached:
  17. \UN'FIRST name[^K]
  18.  
  19. \\ Reset any strange colors which Fido's ANSI graphics might have set:
  20. \RC
  21.  
  22. \\ Send first name, and when prompted, last name and password:
  23. \!{
  24. \WF[LAST name:]\@{
  25. \WF[:]Y{
  26. \WF[Password]\#{
  27.  
  28. \DM[FIDO LOGON COMPLETE.]
  29.